home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / water_ba.swf / scripts / DefineButton2_92 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-03-20  |  254b  |  11 lines

  1. on(release){
  2.    delete loading.onEnterFrame;
  3.    delete but1.onEnterFrame;
  4.    _root.readie.singleshot("readie",true);
  5.    unlock = true;
  6.    if(_root.currentlevel > 3 and _root.unlockcredits == false)
  7.    {
  8.       _root.unlockcredits = true;
  9.    }
  10. }
  11.